bevy_log 0.10.1

Provides logging for Bevy Engine
Documentation

This crate provides logging functions and configuration for Bevy apps, and automatically configures platform specific log handlers (i.e. WASM or Android).

The macros provided for logging are reexported from tracing, and behave identically to it.

By default, the [LogPlugin] from this crate is included in Bevy's DefaultPlugins and the logging macros can be used out of the box, if used.

For more fine-tuned control over logging behavior, set up the [LogPlugin] or DefaultPlugins during app initialization.